[INFO] fetching crate nexus-memory-mcp 1.1.2...
[INFO] testing nexus-memory-mcp-1.1.2 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate nexus-memory-mcp 1.1.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate nexus-memory-mcp 1.1.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate nexus-memory-mcp 1.1.2
[INFO] tweaked toml for crates.io crate nexus-memory-mcp 1.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nexus-memory-mcp 1.1.2 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nexus-memory-mcp 1.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nexus-memory-vectors v1.1.2
[INFO] [stderr]   Downloaded nexus-memory-storage v1.1.2
[INFO] [stderr]   Downloaded nexus-memory-core v1.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab5dee058ce4b713b0d03e4c46d5255108400b527edc5ace3c468219c6441088
[INFO] running `Command { std: "docker" "start" "-a" "ab5dee058ce4b713b0d03e4c46d5255108400b527edc5ace3c468219c6441088", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab5dee058ce4b713b0d03e4c46d5255108400b527edc5ace3c468219c6441088", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab5dee058ce4b713b0d03e4c46d5255108400b527edc5ace3c468219c6441088", kill_on_drop: false }`
[INFO] [stdout] ab5dee058ce4b713b0d03e4c46d5255108400b527edc5ace3c468219c6441088
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6f280b8381aaef46974f251b081ac5ee2c8ae9dd670dd638a262fcde49fd66d
[INFO] running `Command { std: "docker" "start" "-a" "c6f280b8381aaef46974f251b081ac5ee2c8ae9dd670dd638a262fcde49fd66d", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling nexus-memory-core v1.1.2
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling nexus-memory-storage v1.1.2
[INFO] [stderr]    Compiling nexus-memory-vectors v1.1.2
[INFO] [stderr]    Compiling nexus-memory-mcp v1.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.27s
[INFO] running `Command { std: "docker" "inspect" "c6f280b8381aaef46974f251b081ac5ee2c8ae9dd670dd638a262fcde49fd66d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6f280b8381aaef46974f251b081ac5ee2c8ae9dd670dd638a262fcde49fd66d", kill_on_drop: false }`
[INFO] [stdout] c6f280b8381aaef46974f251b081ac5ee2c8ae9dd670dd638a262fcde49fd66d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f38f3bf74528fcae8937482b38fb7d4d462e9f5e8424cb2f793c7f58f449915
[INFO] running `Command { std: "docker" "start" "-a" "9f38f3bf74528fcae8937482b38fb7d4d462e9f5e8424cb2f793c7f58f449915", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling nexus-memory-core v1.1.2
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling nexus-memory-storage v1.1.2
[INFO] [stderr]    Compiling nexus-memory-vectors v1.1.2
[INFO] [stderr]    Compiling nexus-memory-mcp v1.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `nexus_mcp`
[INFO] [stdout]  --> tests/integration_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use nexus_mcp::{JsonRpcError, JsonRpcRequest, JsonRpcResponse, McpConfig, RequestId};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `nexus_mcp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nexus_mcp`, use `cargo add nexus_mcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nexus_mcp` in this scope
[INFO] [stdout]   --> tests/integration_test.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |     let tools = nexus_mcp::get_tools();
[INFO] [stdout]    |                 ^^^^^^^^^ use of unresolved module or unlinked crate `nexus_mcp`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nexus_mcp`, use `cargo add nexus_mcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nexus_mcp` in this scope
[INFO] [stdout]    --> tests/integration_test.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let resources = nexus_mcp::get_resources();
[INFO] [stdout]     |                     ^^^^^^^^^ use of unresolved module or unlinked crate `nexus_mcp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nexus_mcp`, use `cargo add nexus_mcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nexus_mcp` in this scope
[INFO] [stdout]    --> tests/integration_test.rs:141:20
[INFO] [stdout]     |
[INFO] [stdout] 141 |         assert_eq!(nexus_mcp::JSONRPC_VERSION, "2.0");
[INFO] [stdout]     |                    ^^^^^^^^^ use of unresolved module or unlinked crate `nexus_mcp`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nexus_mcp`, use `cargo add nexus_mcp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nexus-memory-mcp` (test "integration_test") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9f38f3bf74528fcae8937482b38fb7d4d462e9f5e8424cb2f793c7f58f449915", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f38f3bf74528fcae8937482b38fb7d4d462e9f5e8424cb2f793c7f58f449915", kill_on_drop: false }`
[INFO] [stdout] 9f38f3bf74528fcae8937482b38fb7d4d462e9f5e8424cb2f793c7f58f449915
